:: It is recommended to test the script on a local machine for its purpose and effects. :: ManageEngine Desktop Central will not be responsible for any :: damage/loss to the data/setup based on the behavior of the script. :: Description - Script to Move files older than X Days :: Script Argument - "" "" "" :: Remarks - Enable Logging Option must be choosen to view the result :: Configuration Type - COMPUTER/USER :: =========================================================================================================================== @echo off robocopy %1 %2 /S /COPYALL /move /MINAGE:%3 Exit 0